.. _`Morphological reconstruction`: .. _`com.sympathyfordata.imageanalysis.morphological_reconstruction`: Morphological reconstruction ```````````````````````````` .. image:: image_reconstruct.svg :width: 48 Performs morphological reconstruction from a seed image and mask image. Values are spread from the seed values, as long as they are greater than or lower than the mask (for dillation respectively erosion) Documentation ::::::::::::: Performs morphological reconstruction from a seed image and mask image. Values are spread from the seed values, as long as they are greater than or lower than the mask (for dillation respectively erosion) Definition :::::::::: Input ports ........... **seed** image Seed image **mask** image Mask image Output ports ............ **result** image Result Configuration ............. **Method** (method) Morphological method (dilation/erotion) **Offset** (offset) Offset applied to seed image before reconstruction Examples ........ * :download:`MorphologicalReconstruction.syx ` Implementation .............. .. automodule:: node_reconstruction :noindex: .. class:: MorphologicalReconstruction :noindex: